From: Stefan Monnier Date: Sun, 2 May 2010 02:39:50 +0000 (-0400) Subject: * allout.el: Fix commenting convention. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~7932 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=991536c612bef48fea13ed926c0314557dfae138;p=emacs.git * allout.el: Fix commenting convention. --- diff --git a/lisp/allout.el b/lisp/allout.el index 666c62246d4..5c7577d5353 100644 --- a/lisp/allout.el +++ b/lisp/allout.el @@ -2239,13 +2239,13 @@ function can also be used as an `isearch-mode-end-hook'." (allout-show-to-offshoot))) ;;;_ #3 Internal Position State-Tracking -- "allout-recent-*" funcs -;;; All the basic outline functions that directly do string matches to -;;; evaluate heading prefix location set the variables -;;; `allout-recent-prefix-beginning' and `allout-recent-prefix-end' -;;; when successful. Functions starting with `allout-recent-' all -;;; use this state, providing the means to avoid redundant searches -;;; for just-established data. This optimization can provide -;;; significant speed improvement, but it must be employed carefully. +;; All the basic outline functions that directly do string matches to +;; evaluate heading prefix location set the variables +;; `allout-recent-prefix-beginning' and `allout-recent-prefix-end' +;; when successful. Functions starting with `allout-recent-' all +;; use this state, providing the means to avoid redundant searches +;; for just-established data. This optimization can provide +;; significant speed improvement, but it must be employed carefully. ;;;_ = allout-recent-prefix-beginning (defvar allout-recent-prefix-beginning 0 "Buffer point of the start of the last topic prefix encountered.")